home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr28 / 3c509drv.zip / UPDATE.BAT < prev    next >
DOS Batch File  |  1993-06-01  |  1KB  |  36 lines

  1. REM @echo off
  2. REM %%VER NetWare ODI Drivers Installation Utility Program v2.0c
  3.  
  4. REM ******************************************************************
  5.  
  6. REM    Installs EtherLink III ODI network adapter drivers in a NW 386 system
  7. REM    Format:   odi\update [target_path:]
  8.  
  9. REM ******************************************************************
  10.  
  11. ..\install\echoxy 14 11 Installing NetWare DOS ODI driver file in %1
  12. ..\install\echoxy 15 11
  13.  
  14. copy  odi\3C509.com %1 > nul
  15. if not exist %1\*.* goto errmsg
  16. ..\install\echoxy 15 11 Installed the EtherLink III DOS ODI file in %1
  17.  
  18. ..\install\echoxy 17 11 ****** Caution ******
  19. ..\install\echoxy 18 11 Be sure to change your network startup batch file
  20. ..\install\echoxy 19 11 to load the 3C509 ODI driver.  Add the line "3C509"
  21. ..\install\echoxy 20 11 to your network startup batch file.
  22. ..\install\echoxy 22 11 Strike any key to return to the NetWare Menu.
  23. ..\install\reply
  24. netware
  25.  
  26. :errmsg
  27.  
  28. ..\install\echoxy 17 13         *** Error:  No Files Were Installed! ***
  29. ..\install\echoxy 18 13 Make sure that you have entered the correct path
  30. ..\install\echoxy 19 13 and that you have access rights to the files.
  31. ..\install\echoxy 22 13 Strike any key to return to the NetWare Menu.
  32. ..\install\reply
  33. netware
  34.  
  35.  
  36.